.container{
    height: 100%;
}
.icon {
    width: 1em; height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.rectangle{
    width: 60px;
    height: 1px;
    background: #b61818;
}

/*分页器*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 10px;
}
.frontBanner .swiper-pagination{
    width: 100%;
}
.swiper-pagination-bullet{
    height: 7px;
    width: 7px;
    margin: 0 10px;
    position: relative;
    background: #aaa;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    height: 7px;
    width: 7px;
    margin: 0 10px;
    position: relative;
    background: #b61818;
}
.swiper-pagination-bullet-active:after{
    display: block;
    border-radius: 50%;
    content: "";
    width: 19px;
    height: 19px;
    border: 1px solid #b61818;
    position: absolute;
    left: -6px;
    top: -6px;
}

/*more*/
.more{
    display: inline-block;
    padding: 15px 25px;
    background: #b61818;
    color: #fff;
    border: 1px solid #b61818;
}
.more span{
    font-size: 12px;
}
.more:hover{
    background: #fff;
    color: #b61818;
}

/*几何*/
.square{
    display: inline-block;
    height: 6px;
    width: 6px;
    background: #333;
    margin: auto 10px;
}

/*分割线*/
.dividingLine{
    width: 100%;
    height: 1px;
    background: #eee;
}

/*头部*/
.headerTop .headerLeft{
    flex: 1;
}
.headerTop .headerPhone{
    padding-left: 10px;
}
.headerTop .headerPhone p{
    font-size: 16px;
    color: #333;
}
.headerTop .headerPhone h4{
    font-weight: bold;
    color: #b61818;
}
.headerTop .headerTxt{
    padding: 5px 0 5px 20px;
}
.headerTop .headerTxt h5{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.headerTop .headerRight .rightIntro{
    padding-left: 80px;
}
.headerTop .headerRight .rightIntro .introCon{
    padding-left: 15px;
}
.headerTop .headerRight .rightIntro .introCon h5{
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
.headerTop{
    padding: 30px 0;
}
.header_on{
    top: 0;
    width: 100%;
    position: fixed!important;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header_mb{
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    display: none;
    background: rgba(255,255,255,.8);
    height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.header{
    z-index: 999;
    background: #b61818;
}
.nav_mb{
    overflow-y: auto;
    opacity: 0;
    padding-top: 120px;
    z-index: 1997;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #fff;
    transition: all 1s ease;
    transform: translateY(-100%);
}
.header_active .nav_mb{
    opacity: 1;
    transform: translateY(0%);
}
.nav_mb .container{
    height: 100%;
}
.header_mb .container{
    height: 100%;
}
.logo_mb{
    z-index: 1999;
    flex: 1;
    height: 25px;
}
.logo img{
    height: 100%;
}
.logo_mb img{
    height: 100%;
}
.line1{
    margin: 5px 0 5px auto;
    background: #000;
    width: 10px;
    height: 2px;
}
.line2{
    margin: 5px 0 5px auto;
    background: #000;
    width: 15px;
    height: 2px;
}
.line3{
    margin: 5px 0 5px auto;
    background: #000;
    width: 20px;
    height: 2px;
}
.header_active .menu_mb_btn div{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.navList{
    width: 100%;
}
.navList ul{
    width: 100%;
}
.navList a{
    text-align: center;
    line-height: 50px;
    transition: all 0.5s ease;
    padding: 0 30px;
    display: block;
    font-size: 16px;
}
.navList li{
    padding: 15px 0;
    height: 80px;
    position: relative;
}
.navList li:hover a{
    color: #fff;
}
.navList li:hover a{
    background: #222;
}
.navList li .firstCol{
    color: #fff;
}
.navItem .firstCol{
    background: #fff;
    color: #333;
}
.navList .navItem .firstCol{
    background: #222;
    color: #fff;
}
.navList li:hover .sub_nav{
    top: 80px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}
.sub_nav{
    z-index: 2000;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    transition: all 0.5s;
}
.sub_nav a{
    color: #333!important;
    background: #fff!important;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
}
.sub_nav a:hover{
    color: #b61818!important;
}
.nav_mb li{
    border-bottom: 1px solid #eee;
}
.mb_nav_item a{
    font-size: 16px;
    display: block;
    text-align: center;
    line-height: 50px;
}
.nav_pc li .sub_nav a:last-child{
    border: none;
}
.menu_nav {
    border-top: 1px solid #eee;
    text-align: center;
}
.menu_nav a{
    font-size: 14px;
    display: inline-block;
}
.nav_mb a:hover{
    color: #bd0b07;
}
.menu_mb_btn{
    z-index: 1999;
}
.menu_mb_btn div{
    transition: all 0.5s ease;
}

/*banner*/
.frontBanner{
    position: relative;
    background: #333;
}
.bannerList li{
    width: 100%;
}
.frontBanner .bannerCon{
    width: 100%;
    text-transform:uppercase;
    color: #fff;
    height: 100%;
    top: 0;
    position: absolute;
}
.frontBanner .bannerCon h1{
    font-weight: bold;
    font-size: 72px;
    margin-right: 30px;
}
.frontBanner .bannerCon .rhombus{
    font-weight: bold;
    display: inline-block;
    padding: 12px 40px;
    position: relative;
    background: #b61818;
}
.frontBanner .bannerCon h3{
    transform:skew(-12deg);
    font-weight: bold;
}
.frontBanner .bannerCon .twoLines h5:last-child{
    margin-top: 5px;
}
.frontBanner .bannerCon .firstLine{
    transform:skew(-12deg);
    margin-bottom: 20px;
}
.bannerSwitch{
    position: absolute;
    bottom: 30px;
    width: 100%;
}

/*标题*/
.frontTit{
    padding: 110px 0 70px;
}
.frontTit h3{
    color: #333;
    font-weight: bold;
}
.frontTit .cTit{
    color: #b61818;
    font-weight: bold;
}
.frontTit h5{
    margin-top: 20px;
}

/*首页里程碑*/
.milePost{
    margin-top: 110px;
}
.milePost ul{
    border: 1px solid #e6e6e6;
}
.milePost li{
    border-right: 1px solid #e6e6e6;
    padding: 40px 60px 50px;
}
.milePost li:last-child{
    border: none;
}
.milePost li h2{
    font-weight: bold;
    color: #333;
    padding-top: 10px;
}
.milePost li .circle{
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #b61818;
    color: #fff;
    margin-left: 5px;
}
.milePost li h5{
    font-weight: bold;
    color: #333;
    margin: 5px 0 10px;
}

/*首页产品*/
.products{
    margin-bottom: 110px;
}
.products .proNav .procolList{
    border: 1px solid #b61818;
}
.products .proNav .procolList{
    padding-bottom: 50px;
}
.products .proNav .procolList li{
    padding: 30px 20px 0;
    display: block;
}
.products .proNav .procolList li a{
    padding-bottom: 15px;
    display: block;
    border-bottom: 1px solid #e4e4e4;
}
.products .proNav .navTit{
    font-weight: bold;
    color: #fff;
    padding: 30px 40px;
    background: #b61818;
    font-size: 30px;
}
.products .proNav .navTit span{
    opacity: 0.1;
    font-size: 24px;
    font-weight: normal;
    font-family: Impact;
}
.products .proNav .procolTit{
    color: #333;
    margin-bottom: 10px;
}
.products .proNav h5{
    color: #666;
    font-size: 16px;
}
.products .proNav .iconfont{
    font-size: 12px;
    color: #999;
}

.products .proItems{
    display: flex;
    padding-left: 45px;
}
.products .proItems .proH:hover .prohCon h5{
    color: #b61818;
}
.products .proItems .proH .prohCon{
    padding-left: 70px;
}
.products .proItems .proH .prohCon h5{
    position: relative;
    color: #333;
    font-weight: bold;
    margin-bottom: 25px;
    transition: all 0.5s ease;
}
.products .proItems .proH .prohCon h5:after{
    display: block;
    content: "";
    width: 70px;
    height: 1px;
    background: #b61818;
    position: absolute;
    top: 50%;
    left: -93px;
}
.products .proItems .proH .prohCon .proDes p{
    padding: 7px 20px;
    border: 1px solid #e9e9e9;
}
.products .proItems .proH .prohCon .proDes{
    margin-bottom: 25px;
}
.products .proItems .proH .prohCon .paraTit{
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.products .proItems .proH .prohCon .proPara p{
    display: inline-block;
    width: 50%;
}
.products .proItems .proH .prohCon .proPara{
    margin-bottom: 50px;
}
.products .proItems .proFlow h5{
    font-weight: bold;
    color: #333;
    transition: all 0.5s ease;
}
.products .proItems .proFlow .procTit{
    padding: 20px 0 10px;
}
.products .proItems .proFlow li:hover h5{
    color: #b61818;
}

/*联系我们*/

/*首页关于我们*/
.about{
    margin-bottom: 50px;
}
.about .aboutCon{
    padding: 70px;
    background: #f6f6f6;
}
.about .aboutCon h4{
    font-weight: bold;
    color: #b61818;
    margin-bottom: 30px;
}
.about .aboutCon p{
    margin-bottom: 50px;
}

/*产品优势*/
.advantages{
    padding-bottom: 110px;
    background: #f7f7f7;
}
.advantagesFlow{
    position: relative;
}
.advantagesFlow ul{
    padding-bottom: 70px;
}
.advantagesFlow li .advCon{
    position: absolute;
    left: 0;
    top: 50%;
    width: 45%;
    padding: 100px 70px;
    background: #fff;
    transform: translate(0,-50%);
}
.advantagesFlow li .advCon h4{
    font-size: 28px;
    color: #b61818;
    font-weight: bold;
    margin-bottom: 15px;
    position: relative;
}
.advantagesFlow li .advCon h4 num{
    display: inline-block;
    color: #fff;
    font-family: Impact;
    font-size: 52px;
    padding: 15px 20px;
    background: #515151;
    position: absolute;
    top: -153px;
    left: 0;
}
.advantagesFlow li .advCon h5{
    color: #333;
    margin-bottom: 30px;
}

/*首页企业环境*/
.environment h4{
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}
.environment li .img{
    overflow: hidden;
}
.environment li img{
    transition: all 0.5s ease;
}
.environment li:hover img{
    transform: scale(1.1);
}

/*首页新闻*/
.news .leftDivide{
    padding-right: 80px;
}
.news{
    margin-bottom: 110px;
}
.news .firstTit h5{
    padding: 15px 25px;
    background: #b61818;
    color: #fff;
}
.news .firstTit a{
    transition: all 0.5s ease;
}
.news .firstTit a:hover{
    color: #b61818;
}
.news .firstTit a span{
    font-size: 12px;
}
.news .firstTit{
    border-bottom: 1px solid #ebebeb;
}
.news .newsH{
    padding-top: 30px;
    padding-right: 50px;
}
.news .date{
    margin-right: 30px;
}
.news .date .day{
    font-size: 40px;
    color: #333;
    font-weight: bold;
}
.news .newsCon{
    margin-top: 30px;
}
.news .date .yearMonth{
    font-size: 12px;
    color: #999;
}
.news .newsTit h5{
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.news .newsC ul{
    height: 100%;
}
.news .newsC li{
    display: block;
}
.news .newsC .newsCon{
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #eeeeee;
}
.news .newsC li:last-child .newsCon{
    border: none;
    padding-bottom: 0;
}
.news .newsC .date{
    margin: 0;
    padding-right: 15px;
}
.news .newsC .newsTit{
    position: relative;
    border-left: 1px solid #e6e6e6;
    padding-left: 15px;
}
.news .newsC .newsTit:after{
    display: block;
    content: "";
    height: 20px;
    width: 3px;
    background: #b61818;
    position: absolute;
    left: -1.5px;
    top: 50%;
    transform: translate(0,-50%);
}
.news .leftDivide .newsTit h5{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.5s ease;
}
.news .leftDivide .newsH:hover h5{
    color: #b61818;
}
.news .leftDivide .newsC li:hover h5{
    color: #b61818;
}
.news .newsDownload li{
    display: block;
    padding-top: 30px;
}
.news .newsDownload h5{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    transition: all 0.5s ease;
    
}
.news .newsDownload li:hover h5{
    color: #b61818;
}

/*尾部*/
.footer{
    color: #fff;
    padding: 110px 0;
    background: #0d1a22;
}
.footer .footTit{
    color: #fff;
    font-weight: bold;
}
.footer .addressCon{
    margin-top: 40px;
}
.footer .address span{
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}
.footer .address .addressCon p{
    color: #acacac;
}
.footer .colList ul{
    margin-top: 40px;
}
.footer .colList ul li{
    margin-bottom: 10px;
    display: block;
}
.footer .colList ul li:first-child{
    display: none;
}
.footer .colList ul li a{
    transition: all 0.5s ease;
    color: #acacac;
}
.footer .colList ul li:hover a{
    color: #fff;
}
.footer .logoFlow{
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f;
    padding: 20px 0 20px 25px;
}
.footer .footLogo img{
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: 20px;
}
.footer .footLogo h5{
    font-weight: bold;
    color: #acacac;
}
.footer .weChat p{
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
    color: #fff;
}
.footer .halfDivide .rights,.footer .halfDivide .icp{
    color: #acacac;
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
}

/*内页导航*/
.colTit{
    color: #333;
    flex:1;
}
.nyNav{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.ibanner{
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.ibanCon{
    transform: translate(-50%,-50%);
    color: #fff;
    position: absolute;
    left: 50%;
    top:50%;
    text-align: center;
}
.ibanCon h2{
    margin-bottom: 15px;
}

/*封面页详情页*/
.infoPage{
    padding: 70px 0;
}
.pageContent p{
    margin-bottom: 14px;
}
.infoTit h4{
    padding-bottom: 5px;
    color: #333;
}
.infoTit{
    text-align: center;
    margin-bottom: 30px;
}
.page{
    padding: 30px 0 0;
}
.page a:hover{
    color: #bd0b07;
}
.infoDes{
    margin-bottom: 14px;
    background: #eee;
    padding: 10px 15px;
}
.infoDes span{
    color: #b61818;
}

/*列表页*/
.listPage{
    padding: 70px 0;
}
.listPage li{
    padding-bottom: 15px;
}


/*关于我们内页*/
.aboutText p{
    text-align: center;
}
.aboutText img{
    margin: auto;
    margin-bottom: 15px;
}
.nymilePost{
    padding: 30px 0 70px;
    text-align: center;
    margin-bottom: 70px;
}
.nymilePost li h2{
    margin-bottom: 15px;
}
.nymilePost li{
    border-right: 1px solid;
    border-color: rgba(0,0,0,0.1);
}
.nymilePost li:last-child{
    border: none;
}
.nymilePost p{
    margin-top: 5px;
}
.nyAbout{
    padding-bottom: 0!important;

}
.borderBtm{
    border-bottom: 1px solid #eee;
}
.companyP{
    overflow: hidden;
}
.companyP li{
    padding: 0 15px 70px;
    width: 25%!important;
}
.companyP li .img{
    border: 1px solid #eee;
}
.companyP li h5{
    margin-top: 30px;
    text-align: center;
}

/*产品列表页*/
.proTit h5{
    margin: 10px 0;
    color: #333;
    text-align: center;
}
.proList li{
    position: relative;
    transition: all ease 0.5s;
}
.proList li:hover .img{
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}
.proList li .img{
    transition: all 0.5s ease;
    border: 1px solid #b61818;
    padding: 10px;
    overflow: hidden;
}
.proList li img{
    transition: all ease 0.5s;
}
.proList li:hover img{
    transform: scale(1.1);
}
.proList li .icon-icon-test{
    font-size: 30px;
    position: absolute;
    display: block;
    top: 0px;
    left: 5px;
}
.icon-icon-test:before{
    background: #fff;
}

/*产品详情页*/
.latelyView{
    padding: 70px 0;
}
.latelyView h5{
    margin-bottom: 30px;
}
.latelyList li{
    padding: 15px;
    transition: all 0.5s ease;
}
.latelyList li p{
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
}
.latelyList li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.proDtl .container{
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}
.hotPro h5{
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotPro li p{
    text-align: center;
}
.titText{
    padding-top: 10px;
    padding-left: 30px;
}
.titText h4{
    color: #0840b1;
}
.titText p{
    margin-bottom: 0!important;
}
.proDes{
    margin-top: 10px;
}
.titText h4:after{
    display: block;
    content: "";
    margin-top: 10px;
    background: #eee;
    width: 100%;
    height: 1px;
}
.nyProtit{
    margin-bottom: 30px;
}
.titText .tel{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 20px;
    background: #392c13;
    color: #fff;
}
.proDes p{
    color: #392c13;
    font-size: 16px;
}

/*案例列表页*/
.caseList li .img{
    overflow: hidden;
}
.caseList li img{
    transition: all ease 0.5s;
}
.caseList li:hover img{
    transform: scale(1.1);
}

/*新闻列表页*/
.newsList li{
    width: 100%;
    transition: all 0.5s ease!important;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.newsText h5{
    color: #333;
    margin-bottom: 15px;
}
.newsText p{
    margin-bottom: 15px;
}
.newsText span{
    font-size: 16px;
}
.newsList li:hover{
    padding: 20px 0;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}
.newsList .downloadItems .newsText{
    padding-left: 15px;
}
.newsList .downloadItems a{
    padding-right: 15px;
}

/*联系我们内页*/
.contactList ul{
    padding-bottom: 70px;
    width: 100%;
}
.nyContact .contactLine{
    margin-top: 50px;
}
.nyContact .contactLine .addressTit{
    display: inline-block;
    padding: 70px;
    background: #b61818;
    position: relative;
    margin-right: 30px;
}
.nyContact .contactLine .addressTit h4{
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
}
.nyContact .contactLine .addressTit span{
    color: #fff;
    font-weight: bold;
    font-size: 90px;
    position: absolute;
    right: -30px;
    top: 0;
    opacity: .3;
}
.nyContact .contactLine .addressCon h5{
    font-size: 16px;
}
.nyContact .contactLine .addressCon h5:first-child{
    margin-bottom: 15px;
}
.nyContact .contactLine li{
    border-left: 1px solid #b61818;
}
.map{
    width: 100%;
    overflow: hidden;
    border: 10px solid #eee;
}
.map p{
    margin: 0!important;
    padding: 0!important;
}
.map iframe{
    display: block;
}
.map p:last-child{
    display: none;
}
/*列表页翻页按钮*/
.pagination{
    margin: 30px 0 0;
    border-radius: 3px;
}
.pagination li span, .pagination li a{
    padding: 5px 10px;
}
.pagination li{
    cursor: pointer;
}
.pagination .active a{
    background: #b61818;
    border-color: #b61818;
}
.pagination li a{
    color: #b61818;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff;
    background: #b61818;
    border-color: #b61818;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #b61818;
}
/*内页右侧导航*/
.menuBox{
    position: relative;
}
.inner_menu{
    background: #fff;
}
.inner_menu .tit{
    height: 50px;
    font-size: 16px;
    background: #b61818;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
    padding: 0!important;
    width: 100%;
}
.inner_menu ul li a{
    transition: all 0.5s ease;
    display: block;
    padding: 10px 15px;
    color: #333;
    font-size: 14px;
    background: #fff;
}
.inner_menu ul li a:hover{
    background: #b61818;
    color: #fff;
}
.nyright .contactCon,.nyright .search{
    margin-top: 30px;
}
.nyinforight .contactCon,.nyinforight .search{
    margin: 0 0 30px;
}
.nyinforight h5,.nyright h5{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotNews .img{
    padding: 0;
}
.hotnewsCon span{
    font-size: 12px;
}
.hotNews li{
    padding-bottom: 15px;
}
.hotnewsCon p{
    margin: 0;
}

/*全站搜索*/
.searchMain{
    padding: 70px 0;
}
.searchBox{
    padding-top: 15px;
}
.search form{
    padding: 0;
    height: 40px;
}
.searchKey{
    padding-left: 10px;
    width: 100%;
}
.search button{
    transition: all 0.5s ease;
    background: #fff;
    width: 50px;
    border: 1px solid #999;
}
.search button:hover{
    background: #b61818;
}
.search button:hover .icon-sousuo{
    color: #fff;
}
.search button .icon-sousuo{
    font-weight: bold;
    font-size: 24px;
    color: #b61818;
}
.search-body-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}
.search-body-title,.search-body-content{
    margin-bottom: 10px;
}

/*二维码*/
.layerWechat,.layerWechat2{
    display: none;
}